home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / basic / acesource.lha / Screen.b < prev    next >
Encoding:
Text File  |  1998-10-27  |  345 b   |  22 lines

  1.  
  2. screen 1,640,256,6,1
  3. beep
  4. print "                    Hello AmigaUser"
  5. sleep for 2
  6. beep
  7. print ""
  8. print "         This is Magnus trying to do someting"
  9. sleep for 2
  10. beep 
  11. print ""
  12. print "           funny with mighty ACE-BASIC!!!!"
  13. sleep for 2
  14. beep
  15. print ""
  16. print "         Try to do this in Assembler Legionary!"
  17.  
  18. sleep for 4
  19.  
  20. screen close 1 
  21. end
  22.